agents
Class BayesianAgentNS

java.lang.Object
  extended by negotiator.Agent
      extended by agents.BayesianAgent
          extended by agents.BayesianAgentNS

public class BayesianAgentNS
extends BayesianAgent


Field Summary
 
Fields inherited from class agents.BayesianAgent
fOpponentModel
 
Fields inherited from class negotiator.Agent
fNegotiation, parametervalues, sessionNr, sessionsTotal, startTime, strategyParameters, timeline, totalTime, utilitySpace
 
Constructor Summary
BayesianAgentNS()
           
 
Method Summary
 java.lang.String getName()
           
protected  void prepareOpponentModel()
           
 
Methods inherited from class agents.BayesianAgent
chooseAction, dumpDistancesToLog, getVersion, init, isAcceptableAfter, isAcceptableBefore, ReceiveMessage
 
Methods inherited from class negotiator.Agent
endSession, getAgentID, getParameterValues, getSessionNumber, getSessionsTotal, getStrategyParameters, getUniqueIdentifier, getUtility, internalInit, isUIAgent, loadSessionData, parseStrategyParameters, restartDataObjectsFolder, saveSessionData, setAgentID, setName, sleep
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BayesianAgentNS

public BayesianAgentNS()
Method Detail

getName

public java.lang.String getName()
Overrides:
getName in class BayesianAgent
Returns:
name of the agent.

prepareOpponentModel

protected void prepareOpponentModel()
Overrides:
prepareOpponentModel in class BayesianAgent